home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / business / cntws11a.zip / SALETMP.MDX (.txt) < prev    next >
dBASE Multiple Index  |  1997-01-13  |  8KB  |  58 lines

  1. SALETMP
  2. 5.0 DFM DRIVER - Do not remove this line
  3. PROCEDURE GLJNLS     && Main program
  4. tot_amount = 0.00
  5. *-----------------------------------------------------------------
  6. * NAME
  7. *   C:\CENTWISE\CENT2\GLJNLS.PRG - Main program for form.
  8. *-----------------------------------------------------------------
  9.     PRIVATE lTalk, lVoid, cOldProc, cFormRun, cDispMode, cNewMode
  10.     IF SET( 'TALK' ) = 'ON'
  11.         SET TALK OFF
  12.         lTalk = .T.
  13.     ELSE
  14.         lTalk = .F.
  15.     ENDIF
  16.     *----
  17. PROD_CODE
  18. ACT_CODE
  19. STOCK_CODE
  20. of a linked exe
  21.     *-- you must either include FORMRUN.DBO in your
  22.     *-- Project file or make sure that FORMRUN.DBO
  23.     *-- is in the same directory as your exe file.
  24.     *-- Please note that the Automatic Link feature
  25.     *-- doesn't notice FORMRUN.DBO because of the
  26.     *-- macro expansion for the SET PROCEDURE.
  27.     *----------------------------------------------
  28.     cOldProc = SET( 'PROCEDURE' )
  29.     IF [dBASE Compiler] $ VERSION(0)
  30.         SET PROCEDURE TO FORMRUN
  31.     ELSE
  32.         cFormRun = HOME() + 'FORMRUN'
  33.         SET PROCEDURE TO ( cFormRun )
  34.     ENDIF
  35. #line 1 "GLJNLS.DFM"
  36. *......................................................
  37. * C:\CENTWISE\CENT2\GLJNLS.DFM
  38. *   01/12/97  13:48:50
  39. *......................................................
  40. *..............................................................
  41. * Please do NOT include any Browse objects in this file.
  42. * Any memvars used for property values should be initialized
  43. * in the driver .PRG file that goes along with this file AFTER
  44. * the #include statement.
  45. *..............................................................
  46. *.............................................................
  47. * WARNING: Using & to designate pick characters may result in
  48. * unintended macro expansions within strings.  Use ~~ around
  49. * pick characters to avoid this behavior.  Future versions of
  50. * dBASE for DOS will not support macro expansions within
  51. * quoted strings
  52. PROD_CODE
  53. PROD_CODE
  54. ACT_CODE
  55. ACT_CODE
  56. STOCK_CODE
  57. STOCK_CODE
  58.